Skip to content
Play overlay
Preview this course

Java Programming: Learn Core Java and Improve Java Skills

Learn core Java Programming with this core Java course.This java programming course will take you more experienced level


Oak Academy

Summary

Price
£18 inc VAT
Study method
Online, On Demand What's this?
Duration
8.3 hours · Self-paced
Qualification
No formal qualification
Certificates
  • Reed courses certificate of completion - Free

4 students purchased this course

Add to basket or enquire

Overview

Hello there,

Welcome to the Java Programming: Learn Java and Improve Core Java Skills course online.

Learn core Java Programming with this core Java course. This java programming course will take you a more experienced level

This Java Programming online course is one of the most awesome courses which teach step by step and follow the methodology in introducing concepts and demos ( learn by doing ) to the students so that they can learn with ease Java and learn the core Java skills needed to apply for Java developer positions.

This Java Programming course is project-based and we will do 7 awesome projects during the course. During the course, we will do more than 50 coding exercises.

In this course you will learn;

  • What Java is and how it works,

  • Programming Fundamentals with Java,

  • Eclipse

  • Java Development Kit - JDK,

  • Java Runtime Environment – JRE,

  • Java Virtual Machine - JVM

  • All Concepts of Object-Oriented Programming

  • How To Use ‘Static’ Keyword and ‘Nested and Inner’ Classes

  • Super Classes and Sub Classes

  • Strings,

  • Wrapper Classes,

  • Throw and Throws

  • Exceptions,

  • Swing

  • Layouts and Grid Layout

  • Enum Types and more

Why would you want to take this course?

Our answer is simple: The quality of teaching.

When you enroll Java Programming online course, you will feel the OAK Academy`s seasoned developers' expertise.

No Previous Knowledge is needed!

This course will take you from a beginner to a more experienced level.

This Java course takes you from absolute beginner core concepts, like showing you the free tools you need to download and install, to writing your very first Java program. You will learn the core java skills step by step with hands-on examples. If you are from the field and need a refresher this course will be a guide for you, too. Every time you come back to this course you will learn something new or improve yourself.

Fresh Content

Owners of Java ( Oracles ) are releasing new versions of Java at least twice in a year and it’s no secret how technology is advancing at a rapid rate. It’s crucial to stay on top of the latest knowledge. With this course, you will always have a chance to follow the latest trends.

What is Java?

Java is a programming language and platform initially developed by Sun Microsystems and now owned by Oracle. Java is inspired by C and C++ and uses an object-oriented programming model, which means that concepts or things are represented as “objects” that have data fields and methods. One of the biggest advantages of Java is that it runs on a Java Virtual Machine (JVM), meaning that you can execute Java code on any platform that has a JVM, without re-compilation. This is different from C and C++, which require re-compilation for every hardware platform you execute the code on. Java has many other advantages, including automatic memory management. This eliminates hard-to-understand pointers used in languages like C, which can help Java developers write better code in a shorter period of time.

What certification is best for Java?

Oracle, the owner of the Java programming language, has the Oracle Certified Developer: Java SE 11 Developer program, which is easily the best certification to obtain for Java developers. The main reason why it’s the best certification, is, unlike most other certifications for Java, the Oracle certification is both well known and universally accepted by employers all over the world. The exam is challenging. You also must bring an ID with you to the exam, so you cannot get anyone to take it for you. Certification is really valuable for both the certification holder and for future employers. There are few, if any, other certification programs so universally accepted as Oracle’s Java certification. Thus, getting Java certification is one of the surest ways to give yourself an advantage over other job seekers in the marketplace.

Video and Audio Production Quality

All our contents are created/produced as high-quality video/audio to provide you the best learning experience.

You will be,

· Seeing clearly

· Hearing clearly

· Moving through the course without distractions

The instructor has great examples and does a good job of not just speaking in technical jargon the whole time unless he has gone over what the term means. He does go slightly past what some people would consider basic Java, but not without explaining it thoroughly.

You'll also get:

  • Lifetime Access to The Course

  • Fast & Friendly Support in the Q&A section

Dive in now!

Java Programming: Learn Core Java and Improve Java Skills

We offer full support, answering any questions.

See you in the course!

Curriculum

16
sections
96
lectures
8h 17m
total
    • 2: What We Will Learn In This Java Course? 01:17
    • 3: Project Files and Course Documents 01:00
    • 4: FAQ About Java programming, java core, Java new features ( java 12, java 11) 03:00
    • 5: Getting Started With Java? ( JDK, JRE and JVM ) 04:57
    • 6: Installing Java on Windows 04:27
    • 7: Installing Java on Linux 04:27
    • 8: Installing Java on Mac 05:07
    • 9: quiz 01:00
    • 10: What is IDE? 02:15
    • 11: Download and Run Eclipse 07:17
    • 12: First Java Program - Hello World 04:42
    • 13: Compiling and Running Applications 00:56
    • 14: Closer Look at the First Java Program 01:48
    • 15: quiz 01:00
    • 16: Closer Look at the Java 03:10
    • 17: What Are Variables? 10:20
    • 18: Basic Output 04:37
    • 19: Basic Input 05:02
    • 20: Comments 05:37
    • 21: Data Types 08:30
    • 22: Type Conversion & Type Casting 05:41
    • 23: Stack & Heap 01:39
    • 24: Arrays 07:36
    • 25: Quiz 1 01:00
    • 26: quiz 01:00
    • 27: Arithmetic Operators 05:06
    • 28: Assignment Operators 05:43
    • 29: Unary Operators 05:33
    • 30: Equality and Relational Operators 04:37
    • 31: Conditional Operators 04:56
    • 32: Operator Precedence 04:14
    • 33: Expressions, Statements and Blocks 03:00
    • 34: If, If-Else Statement 05:34
    • 35: If-Else - If Ladder Statement, Nested If Statement 10:14
    • 36: Switch-Case Statement 07:04
    • 37: Project 1: Calculator 08:29
    • 38: For Loops 06:44
    • 39: For-Each Loop 06:13
    • 40: While Loop 04:39
    • 41: Do - While Loop 05:39
    • 42: Break Keyword 04:45
    • 43: Continue Keyword 02:38
    • 44: Return Keyword 03:09
    • 45: Project 2: Fibonacci Series 07:18
    • 46: What is Method? 03:42
    • 47: Method Calling 01:15
    • 48: Types of Methods & Method Return Types 09:07
    • 49: Method Overloading 03:38
    • 50: Project 3: Find Exponential Number 05:31
    • 51: quiz 01:00
    • 52: Object & Class 06:01
    • 53: Access Modifiers 01:55
    • 54: Naming Conventions 02:20
    • 55: Constructors 10:31
    • 56: Packages 11:40
    • 57: “Static” Keyword 08:38
    • 58: Nested & Inner Classes 08:11
    • 59: quiz 01:00
    • 60: Inheritance 08:18
    • 61: Method Overriding 07:44
    • 62: “Super” and “This” Keywords 08:28
    • 63: “Final” Keyword 07:26
    • 64: Abstract Classes 10:06
    • 65: Interfaces 06:43
    • 66: Polymorphism 07:16
    • 67: Encapsulation 09:03
    • 68: What is Wrapper Class in Java? 01:36
    • 69: Conversion of Types 01:52
    • 70: Autoboxing - UnBoxing 04:16
    • 71: What is String? 11:35
    • 72: Useful Methods of String 08:18
    • 73: Why String is Immutable? 01:38
    • 74: StringBuffer Class 05:35
    • 75: StringBuilder Class 03:35
    • 76: String vs String Buffer vs String Builder 01:45
    • 77: Project 4_ Reverse String 03:56
    • 78: Intro to Exception 02:02
    • 79: What Is The Difference Between Error and Exception? 03:14
    • 80: Exception Types 02:43
    • 81: Try – Catch Block 01:59
    • 82: Finally Block 12:34
    • 83: Differences Between "Throw" and "Throws" 01:00
    • 84: Throw Keyword 04:45
    • 85: Throws Keyword 05:39
    • 86: Exception Methods 06:42
    • 87: Project 5: Bank Account Balance 14:41
    • 88: Introduction to Java Swing 02:25
    • 89: Swing Containers, Labels, Text Fields and Buttons 02:28
    • 90: Layouts 07:19
    • 91: Project 6: Login Form in Swing 16:56
    • 92: quiz 01:00
    • 93: Enum Types 08:49
    • 94: Project 7: Traffic Lights Program With Enum 07:00
    • 95: quiz 01:00
    • 96: What We Have Learned? 06:51

Course media

Description

Hello there,

Welcome to the Java Programming: Learn Java and Improve Core Java Skills course online.

Learn core Java Programming with this core Java course. This java programming course will take you a more experienced level

This Java Programming online course is one of the most awesome courses which teach step by step and follow the methodology in introducing concepts and demos ( learn by doing ) to the students so that they can learn with ease Java and learn the core Java skills needed to apply for Java developer positions.

This Java Programming course is project-based and we will do 7 awesome projects during the course. During the course, we will do more than 50 coding exercises.

In this course you will learn;

  • What Java is and how it works,

  • Programming Fundamentals with Java,

  • Eclipse

  • Java Development Kit - JDK,

  • Java Runtime Environment – JRE,

  • Java Virtual Machine - JVM

  • All Concepts of Object-Oriented Programming

  • How To Use ‘Static’ Keyword and ‘Nested and Inner’ Classes

  • Super Classes and Sub Classes

  • Strings,

  • Wrapper Classes,

  • Throw and Throws

  • Exceptions,

  • Swing

  • Layouts and Grid Layout

  • Enum Types and more

Why would you want to take this course?

Our answer is simple: The quality of teaching.

When you enroll Java Programming online course, you will feel the OAK Academy`s seasoned developers' expertise.

No Previous Knowledge is needed!

This course will take you from a beginner to a more experienced level.

This Java course takes you from absolute beginner core concepts, like showing you the free tools you need to download and install, to writing your very first Java program. You will learn the core java skills step by step with hands-on examples. If you are from the field and need a refresher this course will be a guide for you, too. Every time you come back to this course you will learn something new or improve yourself.

Fresh Content

Owners of Java ( Oracles ) are releasing new versions of Java at least twice in a year and it’s no secret how technology is advancing at a rapid rate. It’s crucial to stay on top of the latest knowledge. With this course, you will always have a chance to follow the latest trends.

What is Java?

Java is a programming language and platform initially developed by Sun Microsystems and now owned by Oracle. Java is inspired by C and C++ and uses an object-oriented programming model, which means that concepts or things are represented as “objects” that have data fields and methods. One of the biggest advantages of Java is that it runs on a Java Virtual Machine (JVM), meaning that you can execute Java code on any platform that has a JVM, without re-compilation. This is different from C and C++, which require re-compilation for every hardware platform you execute the code on. Java has many other advantages, including automatic memory management. This eliminates hard-to-understand pointers used in languages like C, which can help Java developers write better code in a shorter period of time.

What does it mean that Java is an object-oriented programming language?

Java is an object-oriented programming (OOP) language, which means concepts or things are represented as “objects” that have data fields and methods. In object-oriented programming, models called “objects” represent either a programming entity or an abstract concept. These objects are created and assembled independently of one another but can work with each other in logical ways. Objects are manifestations of classes and can inherit code allowing for code re-use, which can drastically reduce code duplication if used correctly. Additionally, encapsulation, another core OOP concept, allows you to create code with the implementation hidden. Although, in many cases, writing OOP code in Java (and other OOP languages) can take longer than using a procedural language, the benefits obtained with OOP, namely code reusability, encapsulation of data, and readability of code, often result in code that is easier to maintain in the long run.

What is Java used for?

Java is a very versatile language. Several fields use Java, including Android app development, desktop applications that work on many operating systems, server-side applications, and more. The virtual machine required to run Java programs has been ported to numerous operating systems allowing Java to run on virtually all hardware. According to the TIOBE index, Java has consistently been in the top 3 most-used and popular languages since its initial release in the 1990s. Many developers still consider Java the language of choice in areas such as enterprise and application servers, and even in embedded systems development. Many Fortune 500 companies rely on Java to run their core systems and employers often view Java experience on a résumé as favorable due to its popularity.

What certification is best for Java?

Oracle, the owner of the Java programming language, has the Oracle Certified Developer: Java SE 11 Developer program, which is easily the best certification to obtain for Java developers. The main reason why it’s the best certification, is, unlike most other certifications for Java, the Oracle certification is both well known and universally accepted by employers all over the world. The exam is challenging. You also must bring an ID with you to the exam, so you cannot get anyone to take it for you. Certification is really valuable for both the certification holder and for future employers. There are few, if any, other certification programs so universally accepted as Oracle’s Java certification. Thus, getting Java certification is one of the surest ways to give yourself an advantage over other job seekers in the marketplace.

Video and Audio Production Quality

All our contents are created/produced as high-quality video/audio to provide you the best learning experience.

You will be,

· Seeing clearly

· Hearing clearly

· Moving through the course without distractions

The instructor has great examples and does a good job of not just speaking in technical jargon the whole time unless he has gone over what the term means. He does go slightly past what some people would consider basic Java, but not without explaining it thoroughly.

You'll also get:

  • Lifetime Access to The Course

  • Fast & Friendly Support in the Q&A section

Dive in now!

Java Programming: Learn Core Java and Improve Java Skills

We offer full support, answering any questions.

See you in the course!

Who is this course for?

  • Beginners with no previous coding experience in java programming, selenium webdriver, core java, java 11
  • Programmers who are looking to sharpen their java programming skills to the expert level
  • Anyone who wants to learn important subjects of core Java like Strings, Exceptions, Swing and Enum Types and etc.
  • Anyone who wants to create desktop applications, web applications, enterprise applications, mobile applications, computer games with Java
  • Anyone who are planning job transformation and want to become Java developer
  • Anyone who are beginner but wants to become expert
  • Anyone who wants to become a computer programmer
  • People who want to create beautiful apps with java programming, core java
  • People who want to learn game development fundamentals and android app development

Requirements

  • No prior knowledge is required about Java 11, java 10, java 14 and all core java programming.
  • Basic Computer Knowledge
  • Desire to learn Java and Java Core Skills
  • A computer with a 64-bit operating system
  • We prefered Windows OS (64-bit) but this is not mandatory. You can prefer to use other Operating Systems. We also provided specific videos on installations for each platform
  • We prefered Eclipse which is a powerful and advanced text editor with a lot of plug-ins and tools
  • Desire to build app with core java programming, android app development selenium webdriver

Questions and answers

Currently there are no Q&As for this course. Be the first to ask a question.

Certificates

Reed courses certificate of completion

Digital certificate - Included

Will be downloadable when all lectures have been completed

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

FAQs

Study method describes the format in which the course will be delivered. At Reed Courses, courses are delivered in a number of ways, including online courses, where the course content can be accessed online remotely, and classroom courses, where courses are delivered in person at a classroom venue.

CPD stands for Continuing Professional Development. If you work in certain professions or for certain companies, your employer may require you to complete a number of CPD hours or points, per year. You can find a range of CPD courses on Reed Courses, many of which can be completed online.

A regulated qualification is delivered by a learning institution which is regulated by a government body. In England, the government body which regulates courses is Ofqual. Ofqual regulated qualifications sit on the Regulated Qualifications Framework (RQF), which can help students understand how different qualifications in different fields compare to each other. The framework also helps students to understand what qualifications they need to progress towards a higher learning goal, such as a university degree or equivalent higher education award.

An endorsed course is a skills based course which has been checked over and approved by an independent awarding body. Endorsed courses are not regulated so do not result in a qualification - however, the student can usually purchase a certificate showing the awarding body's logo if they wish. Certain awarding bodies - such as Quality Licence Scheme and TQUK - have developed endorsement schemes as a way to help students select the best skills based courses for them.